CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 动态规划 最短路径

搜索资源列表

  1. suanfa

    0下载:
  2. 用动态规划实现三角问题,用贪心算法实现装在问题和最短源路径问题-Triangle problems using dynamic programming, greedy algorithms installed in the path of the problem and the shortest source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3806
    • 提供者:miximi
  1. GridRoad1

    0下载:
  2. 格路算法实现,用动态规划的方法解决从一个网格起点到终点的最短路径问题-Lattice paths algorithm, dynamic programming method to solve the shortest path from a grid start to finish
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:5177344
    • 提供者:puxiaoyang
  1. ten-algorithm

    1下载:
  2. 目录 1,搜索算法; 2,贪心算法; 3,动态规划; 4,最短路径; 5,最小生成树; 6,二分图的最大匹配; 7,-Contents 1, the search algorithm 2, the greedy algorithm 3, dynamic programming 4, the shortest path 5, the minimum spanning tree 6, maximum bipartite matching 7, ...
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1075799
    • 提供者:real
  1. algorithm

    0下载:
  2. 关于常用的几种算法介绍1、单源最短路径;2、递归与分治;3、贪心算法;4、动态规划;5、回溯法;6、分支限界法-On several commonly used algorithm introduced a single-source shortest path 2, recursion and divide and conquer 3, the greedy algorithm 4, dynamic programming 5, backtracking 6, branch and
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11165880
    • 提供者:jiang
  1. dtw

    0下载:
  2. 这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of ​ ​ dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, simply put, is by building an adj
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:2553
    • 提供者:何明洋
  1. The-shortest-path

    1下载:
  2. 用贪心法和动态规划两种算法求解有向图任意两个节点之间的最短路径,要求给出最短路径的值以及中间路径。-Greedy method and dynamic programming algorithm to solve the two have to figure the shortest path between any two nodes, required to give the value of the shortest path and the middle path.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1992
    • 提供者:张鹏飞
  1. shortest-path-tree

    0下载:
  2. 数字三角形最短路径,使用动态规划思想,从最低层开始计算D-Digital Triangle shortest path, using dynamic programming, counting from the lowest D
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10879755
    • 提供者:wangweijia
  1. dongtaiguihua

    0下载:
  2. 基于MATLAB语言,采用动态规划方法求解最短路径问题-Based on MATLAB language, using dynamic programming method for solving the shortest path problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:13316
    • 提供者:fangjun
  1. dtw

    0下载:
  2. 这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of ​ ​ dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, in simple terms, is by building a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2532
    • 提供者:去雷
  1. Acm-

    0下载:
  2. acm动态规划经典习题解析,其中有很多经典案例,如数塔问题、最短路径问题、骑士游历问题等。-Acm dynamic programming classic problem sets, there are a lot of classic case, all to solve the problem, the shortest path problem, knight tour, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:483335
    • 提供者:cc
  1. 2014072020

    0下载:
  2. 这是一个动态规划的问题,这个程序实现的是求多段图最短路径,汉诺塔和01背包问题的程序-This is a dynamic programming problem, the program is seeking to achieve the shortest path map multistage procedure Tower of Hanoi and 01 knapsack problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:394201
    • 提供者:吴雪
  1. DynamicProgrammingShortestPath

    0下载:
  2. 动态规划求最短路径,已知几个城市的位置坐标,求出便利各个城市的最短路径-Dynamic programming for the shortest path to a known location coordinates of several cities, find the shortest path to facilitate various cities
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1261
    • 提供者:wyf
  1. Floyd

    0下载:
  2. Floyd算法:Floyd算法是一个经典的动态规划算法,用来计算两点之间最短路径。-Floyd algorithms: Floyd algorithm is a classical dynamic programming algorithm is used to calculate the shortest path between two points.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:171129
    • 提供者:姚强
  1. My_GridRoad-1.0

    0下载:
  2. 格路问题 -算法分析之动态规划 MFC文档编程,可视化实现格路问题,即寻找从始点到终点的最短路径的问题,可视化显示网格以及网格的距离数值,可以设定网格大小以及对每个点的信息右键进行查看和修改。 动态规划方法。 C++6.0编写- - Grid road problem dynamic programming algorithm analysis of MFC programming documentation, visualization achieve grid road problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2788565
    • 提供者:忘了
  1. floyd

    0下载:
  2. 适用于APSP(All Pairs Shortest Paths,多源最短路径),是一种动态规划算法,稠密图效果最佳,边权可正可负。此算法简单有效-floyd All Pairs Shortest Paths
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:周创
  1. floyd

    0下载:
  2. Floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,与Dijkstra算法类似。(Shortest path algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:xly1233333
  1. 算法

    1下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of dynamic programming for the giv
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. floyd

    0下载:
  2. Floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,与Dijkstra算法类似(Floyd algorithm, also called plug point method, is an algorithm based on the idea of dynamic programming to find the shortest path between multiple source points in a weighted graph, simil
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:79872
    • 提供者:盖世帝尊
  1. DXEmp

    1下载:
  2. 基于ArcEngine C#开发的一个简单GIS,可以实现空间查询,模糊查询,最短路径规划,还包括一个动态启动界面(A GIS based on ArcEngine,written on by C#.Its functions include spatial querying,fuzzy searching,shorted route analyst.)
  3. 所属分类:GIS编程

    • 发布日期:2018-04-22
    • 文件大小:4219904
    • 提供者:娜娜学姐
  1. DWA

    1下载:
  2. DLite算法是Koenig S和Likhachev M基于LPA算法基础上提出的路径规划算法。 LPA算法本是基于Dijkstra最短路径算法而产生的定起点、定目标点的路径规划算法。 链接 通过对LPA算法的改造,使LPA*算法的思想能应用到诸如车辆动态导航这样的问题。
  3. 所属分类:其他小程序

« 1 2 3»
搜珍网 www.dssz.com